Skip to content

Comments

Bump graphql-tools from 7.0.3 to 8.1.0#97

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/graphql-tools-8.1.0
Closed

Bump graphql-tools from 7.0.3 to 8.1.0#97
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/graphql-tools-8.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2021

Bumps graphql-tools from 7.0.3 to 8.1.0.

Release notes

Sourced from graphql-tools's releases.

graphql-tools@8.1.0

Minor Changes

  • b39588ce: Deprecate graphql-tools with a more clear message;

    This package has been deprecated and now it only exports makeExecutableSchema. It will no longer receive updates. We strongly recommend you to migrate to scoped packages such as @​graphql-tools/schema, @​graphql-tools/utils and etc. Check out https://www.graphql-tools.com to learn which packages you should use instead!

@​graphql-tools/delegate@​8.0.4

Patch Changes

  • Updated dependencies [04830049]
    • @​graphql-tools/utils@​8.0.2
    • @​graphql-tools/batch-execute@​8.0.2
    • @​graphql-tools/schema@​8.0.2

@​graphql-tools/stitch@​8.0.4

Patch Changes

  • Updated dependencies [04830049]
    • @​graphql-tools/utils@​8.0.2
    • @​graphql-tools/batch-delegate@​8.0.4
    • @​graphql-tools/delegate@​8.0.4
    • @​graphql-tools/merge@​6.2.17
    • @​graphql-tools/schema@​8.0.2
    • @​graphql-tools/wrap@​8.0.4

@​graphql-tools/wrap@​8.0.4

Patch Changes

  • Updated dependencies [04830049]
    • @​graphql-tools/utils@​8.0.2
    • @​graphql-tools/delegate@​8.0.4
    • @​graphql-tools/schema@​8.0.2

@​graphql-tools/batch-delegate@​8.0.4

Patch Changes

  • Updated dependencies [04830049]
    • @​graphql-tools/utils@​8.0.2
    • @​graphql-tools/delegate@​8.0.4

@​graphql-tools/links@​8.0.4

Patch Changes

  • Updated dependencies [04830049]
    • @​graphql-tools/utils@​8.0.2
    • @​graphql-tools/delegate@​8.0.4

... (truncated)

Changelog

Sourced from graphql-tools's changelog.

8.1.0

Minor Changes

  • b39588ce: Deprecate graphql-tools with a more clear message;

    This package has been deprecated and now it only exports makeExecutableSchema. It will no longer receive updates. We strongly recommend you to migrate to scoped packages such as @​graphql-tools/schema, @​graphql-tools/utils and etc. Check out https://www.graphql-tools.com to learn which packages you should use instead!

8.0.0

Major Changes

  • 7d3e3006: BREAKING CHANGE
    • Now it only exports makeExecutableSchema from @graphql-tools/schema
    • Please migrate to scoped packages(@graphql-tools/*) because this npm package will no longer get updated

Patch Changes

  • Updated dependencies [7d3e3006]
  • Updated dependencies [7d3e3006]
  • Updated dependencies [7d3e3006]
  • Updated dependencies [7d3e3006]
  • Updated dependencies [7d3e3006]
    • @​graphql-tools/schema@​8.0.0

7.0.5

Patch Changes

  • 52971f4e: fix(graphql-tools): provide @​apollo/client as an optional package
  • Updated dependencies [eae28793]
    • @​graphql-tools/merge@​6.2.14

7.0.4

Patch Changes

  • Revert mock package to v7 to avoid breaking changes
Commits
  • a3a2417 chore(release): update monorepo packages versions (#3310)
  • b39588c Deprecate 'graphql-tools' with a more clear message
  • fc8748f chore(deps): update dependency @​apollo/client to v3.4.1 (#3276)
  • 7681cdc chore(release): update monorepo packages versions (#3011)
  • 7d3e300 Huge cleanup before major release (breaking) (#3081)
  • 5b4df36 fix(deps): update dependency tslib to ~2.3.0 (#3067)
  • ce919f3 ESM Support
  • 67a72cb chore(release): update monorepo packages versions (#2943)
  • 52971f4 fix(graphql-tools): provide @​apollo/client as an optional package
  • 0338f98 fix(deps): update dependency tslib to ~2.2.0 (#2800)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ardatan, a new releaser for graphql-tools since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [graphql-tools](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/graphql-tools) from 7.0.3 to 8.1.0.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/graphql-tools/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/graphql-tools@8.1.0/packages/graphql-tools)

---
updated-dependencies:
- dependency-name: graphql-tools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 4, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 31, 2021

Superseded by #114.

@dependabot dependabot bot closed this Aug 31, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/graphql-tools-8.1.0 branch August 31, 2021 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants